3.256 \(\int (c+d x) \tan ^2(a+b x) \, dx\)

Optimal. Leaf size=40 \[ \frac{d \log (\cos (a+b x))}{b^2}+\frac{(c+d x) \tan (a+b x)}{b}-c x-\frac{d x^2}{2} \]

[Out]

-(c*x) - (d*x^2)/2 + (d*Log[Cos[a + b*x]])/b^2 + ((c + d*x)*Tan[a + b*x])/b

________________________________________________________________________________________

Rubi [A]  time = 0.0283952, antiderivative size = 40, normalized size of antiderivative = 1., number of steps used = 3, number of rules used = 2, integrand size = 14, \(\frac{\text{number of rules}}{\text{integrand size}}\) = 0.143, Rules used = {3720, 3475} \[ \frac{d \log (\cos (a+b x))}{b^2}+\frac{(c+d x) \tan (a+b x)}{b}-c x-\frac{d x^2}{2} \]

Antiderivative was successfully verified.

[In]

Int[(c + d*x)*Tan[a + b*x]^2,x]

[Out]

-(c*x) - (d*x^2)/2 + (d*Log[Cos[a + b*x]])/b^2 + ((c + d*x)*Tan[a + b*x])/b

Rule 3720

Int[((c_.) + (d_.)*(x_))^(m_.)*((b_.)*tan[(e_.) + (f_.)*(x_)])^(n_), x_Symbol] :> Simp[(b*(c + d*x)^m*(b*Tan[e
 + f*x])^(n - 1))/(f*(n - 1)), x] + (-Dist[(b*d*m)/(f*(n - 1)), Int[(c + d*x)^(m - 1)*(b*Tan[e + f*x])^(n - 1)
, x], x] - Dist[b^2, Int[(c + d*x)^m*(b*Tan[e + f*x])^(n - 2), x], x]) /; FreeQ[{b, c, d, e, f}, x] && GtQ[n,
1] && GtQ[m, 0]

Rule 3475

Int[tan[(c_.) + (d_.)*(x_)], x_Symbol] :> -Simp[Log[RemoveContent[Cos[c + d*x], x]]/d, x] /; FreeQ[{c, d}, x]

Rubi steps

\begin{align*} \int (c+d x) \tan ^2(a+b x) \, dx &=\frac{(c+d x) \tan (a+b x)}{b}-\frac{d \int \tan (a+b x) \, dx}{b}-\int (c+d x) \, dx\\ &=-c x-\frac{d x^2}{2}+\frac{d \log (\cos (a+b x))}{b^2}+\frac{(c+d x) \tan (a+b x)}{b}\\ \end{align*}

Mathematica [A]  time = 0.265031, size = 76, normalized size = 1.9 \[ \frac{d \log (\cos (a+b x))}{b^2}-\frac{c \tan ^{-1}(\tan (a+b x))}{b}+\frac{c \tan (a+b x)}{b}+\frac{d x \sec (a) \sin (b x) \sec (a+b x)}{b}-\frac{d x \sec (a) (b x \cos (a)-2 \sin (a))}{2 b} \]

Antiderivative was successfully verified.

[In]

Integrate[(c + d*x)*Tan[a + b*x]^2,x]

[Out]

-((c*ArcTan[Tan[a + b*x]])/b) + (d*Log[Cos[a + b*x]])/b^2 - (d*x*Sec[a]*(b*x*Cos[a] - 2*Sin[a]))/(2*b) + (d*x*
Sec[a]*Sec[a + b*x]*Sin[b*x])/b + (c*Tan[a + b*x])/b

________________________________________________________________________________________

Maple [A]  time = 0.044, size = 47, normalized size = 1.2 \begin{align*} -{\frac{d{x}^{2}}{2}}-cx+{\frac{d\tan \left ( bx+a \right ) x}{b}}+{\frac{d\ln \left ( \cos \left ( bx+a \right ) \right ) }{{b}^{2}}}+{\frac{c\tan \left ( bx+a \right ) }{b}} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((d*x+c)*tan(b*x+a)^2,x)

[Out]

-1/2*d*x^2-c*x+1/b*d*tan(b*x+a)*x+d*ln(cos(b*x+a))/b^2+1/b*c*tan(b*x+a)

________________________________________________________________________________________

Maxima [B]  time = 1.4674, size = 320, normalized size = 8. \begin{align*} -\frac{2 \,{\left (b x + a - \tan \left (b x + a\right )\right )} c - \frac{2 \,{\left (b x + a - \tan \left (b x + a\right )\right )} a d}{b} + \frac{{\left ({\left (b x + a\right )}^{2} \cos \left (2 \, b x + 2 \, a\right )^{2} +{\left (b x + a\right )}^{2} \sin \left (2 \, b x + 2 \, a\right )^{2} + 2 \,{\left (b x + a\right )}^{2} \cos \left (2 \, b x + 2 \, a\right ) +{\left (b x + a\right )}^{2} -{\left (\cos \left (2 \, b x + 2 \, a\right )^{2} + \sin \left (2 \, b x + 2 \, a\right )^{2} + 2 \, \cos \left (2 \, b x + 2 \, a\right ) + 1\right )} \log \left (\cos \left (2 \, b x + 2 \, a\right )^{2} + \sin \left (2 \, b x + 2 \, a\right )^{2} + 2 \, \cos \left (2 \, b x + 2 \, a\right ) + 1\right ) - 4 \,{\left (b x + a\right )} \sin \left (2 \, b x + 2 \, a\right )\right )} d}{{\left (\cos \left (2 \, b x + 2 \, a\right )^{2} + \sin \left (2 \, b x + 2 \, a\right )^{2} + 2 \, \cos \left (2 \, b x + 2 \, a\right ) + 1\right )} b}}{2 \, b} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((d*x+c)*tan(b*x+a)^2,x, algorithm="maxima")

[Out]

-1/2*(2*(b*x + a - tan(b*x + a))*c - 2*(b*x + a - tan(b*x + a))*a*d/b + ((b*x + a)^2*cos(2*b*x + 2*a)^2 + (b*x
 + a)^2*sin(2*b*x + 2*a)^2 + 2*(b*x + a)^2*cos(2*b*x + 2*a) + (b*x + a)^2 - (cos(2*b*x + 2*a)^2 + sin(2*b*x +
2*a)^2 + 2*cos(2*b*x + 2*a) + 1)*log(cos(2*b*x + 2*a)^2 + sin(2*b*x + 2*a)^2 + 2*cos(2*b*x + 2*a) + 1) - 4*(b*
x + a)*sin(2*b*x + 2*a))*d/((cos(2*b*x + 2*a)^2 + sin(2*b*x + 2*a)^2 + 2*cos(2*b*x + 2*a) + 1)*b))/b

________________________________________________________________________________________

Fricas [A]  time = 0.471681, size = 131, normalized size = 3.28 \begin{align*} -\frac{b^{2} d x^{2} + 2 \, b^{2} c x - d \log \left (\frac{1}{\tan \left (b x + a\right )^{2} + 1}\right ) - 2 \,{\left (b d x + b c\right )} \tan \left (b x + a\right )}{2 \, b^{2}} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((d*x+c)*tan(b*x+a)^2,x, algorithm="fricas")

[Out]

-1/2*(b^2*d*x^2 + 2*b^2*c*x - d*log(1/(tan(b*x + a)^2 + 1)) - 2*(b*d*x + b*c)*tan(b*x + a))/b^2

________________________________________________________________________________________

Sympy [A]  time = 0.372713, size = 65, normalized size = 1.62 \begin{align*} \begin{cases} - c x - \frac{d x^{2}}{2} + \frac{c \tan{\left (a + b x \right )}}{b} + \frac{d x \tan{\left (a + b x \right )}}{b} - \frac{d \log{\left (\tan ^{2}{\left (a + b x \right )} + 1 \right )}}{2 b^{2}} & \text{for}\: b \neq 0 \\\left (c x + \frac{d x^{2}}{2}\right ) \tan ^{2}{\left (a \right )} & \text{otherwise} \end{cases} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((d*x+c)*tan(b*x+a)**2,x)

[Out]

Piecewise((-c*x - d*x**2/2 + c*tan(a + b*x)/b + d*x*tan(a + b*x)/b - d*log(tan(a + b*x)**2 + 1)/(2*b**2), Ne(b
, 0)), ((c*x + d*x**2/2)*tan(a)**2, True))

________________________________________________________________________________________

Giac [B]  time = 1.40319, size = 301, normalized size = 7.52 \begin{align*} -\frac{b^{2} d x^{2} \tan \left (b x\right ) \tan \left (a\right ) + 2 \, b^{2} c x \tan \left (b x\right ) \tan \left (a\right ) - b^{2} d x^{2} - 2 \, b^{2} c x + 2 \, b d x \tan \left (b x\right ) + 2 \, b d x \tan \left (a\right ) - d \log \left (\frac{4 \,{\left (\tan \left (a\right )^{2} + 1\right )}}{\tan \left (b x\right )^{4} \tan \left (a\right )^{2} - 2 \, \tan \left (b x\right )^{3} \tan \left (a\right ) + \tan \left (b x\right )^{2} \tan \left (a\right )^{2} + \tan \left (b x\right )^{2} - 2 \, \tan \left (b x\right ) \tan \left (a\right ) + 1}\right ) \tan \left (b x\right ) \tan \left (a\right ) + 2 \, b c \tan \left (b x\right ) + 2 \, b c \tan \left (a\right ) + d \log \left (\frac{4 \,{\left (\tan \left (a\right )^{2} + 1\right )}}{\tan \left (b x\right )^{4} \tan \left (a\right )^{2} - 2 \, \tan \left (b x\right )^{3} \tan \left (a\right ) + \tan \left (b x\right )^{2} \tan \left (a\right )^{2} + \tan \left (b x\right )^{2} - 2 \, \tan \left (b x\right ) \tan \left (a\right ) + 1}\right )}{2 \,{\left (b^{2} \tan \left (b x\right ) \tan \left (a\right ) - b^{2}\right )}} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((d*x+c)*tan(b*x+a)^2,x, algorithm="giac")

[Out]

-1/2*(b^2*d*x^2*tan(b*x)*tan(a) + 2*b^2*c*x*tan(b*x)*tan(a) - b^2*d*x^2 - 2*b^2*c*x + 2*b*d*x*tan(b*x) + 2*b*d
*x*tan(a) - d*log(4*(tan(a)^2 + 1)/(tan(b*x)^4*tan(a)^2 - 2*tan(b*x)^3*tan(a) + tan(b*x)^2*tan(a)^2 + tan(b*x)
^2 - 2*tan(b*x)*tan(a) + 1))*tan(b*x)*tan(a) + 2*b*c*tan(b*x) + 2*b*c*tan(a) + d*log(4*(tan(a)^2 + 1)/(tan(b*x
)^4*tan(a)^2 - 2*tan(b*x)^3*tan(a) + tan(b*x)^2*tan(a)^2 + tan(b*x)^2 - 2*tan(b*x)*tan(a) + 1)))/(b^2*tan(b*x)
*tan(a) - b^2)